MSVC Builds: Fix Build of Introspection Files
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Aug 2013 06:27:02 +0000 (14:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Aug 2013 06:27:02 +0000 (14:27 +0800)
commitb264d27c4fb5f4937ea070ba122a344acc605b14
tree8e33887864cd6b13a83be0803afea4969022fc9c
parenta9dae69b518614ed1462cb15e092b0ec350800bc
MSVC Builds: Fix Build of Introspection Files

We need to copy the GDK .lib/.dll from Release_Broadway\<Platform>\bin
or Debug_Broadway\<Platform>\bin to Release\<Platform>\bin or
Debug\<Platform>\bin respectively during the build of Broadway flavors of
GDK, as the MSVC introspection builds expects the GDK .lib/.dll to be
in Release\<Platform>\bin or Debug\<Platform>\bin.

Use a new property sheet to do so for Broadway builds of GDK-during the
builds of Win32-only GDK, the broadway builds of the GDK .lib/.dll would
be cleared out prior to the build of the Win32-only GDK.
build/win32/vs10/Makefile.am
build/win32/vs10/gdk.vcxprojin
build/win32/vs10/gtk-copy-gdk-broadway.props [new file with mode: 0644]
build/win32/vs9/Makefile.am
build/win32/vs9/gdk.vcprojin
build/win32/vs9/gtk-copy-gdk-broadway.vsprops [new file with mode: 0644]